arm: tegra: use architecture specific memcpy
authorMarcel Ziswiler <[email protected]>
Tue, 26 Aug 2014 09:49:46 +0000 (11:49 +0200)
committerTom Warren <[email protected]>
Wed, 22 Oct 2014 16:30:54 +0000 (09:30 -0700)
Use architecture specific memcpy to speed up things.

Signed-off-by: Marcel Ziswiler <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
include/configs/tegra-common.h

index 834b3d5686c159b019b5c4661bfa943e0dc45957..723ef72ef41c63cd77a667b0db71836e035da25b 100644 (file)
 #define CONFIG_SYS_MEMTEST_START       (NV_PA_SDRC_CS0 + 0x600000)
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x100000)
 
+#define CONFIG_USE_ARCH_MEMCPY
+
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  */